home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / t_runner.dir / 00189.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  311 b   |  17 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(15, 197, 198)
  3.   if pressedBtn = 1 then
  4.     sound stop 1
  5.     sound stop 2
  6.     puppetSound("HELP")
  7.     updateStage()
  8.     repeat while soundBusy(1)
  9.       if the mouseDown then
  10.         exit repeat
  11.       end if
  12.     end repeat
  13.     puppetSound(0)
  14.     go(#next)
  15.   end if
  16. end
  17.